home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19980901-19981211 / 000131_news@newsmaster….columbia.edu _Fri Oct 9 15:51:19 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id PAA17787
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Fri, 9 Oct 1998 15:51:19 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id PAA28652
  7.     for kermit.misc@watsun; Fri, 9 Oct 1998 15:51:18 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: to kermit from non kermit
  12. Date: 9 Oct 1998 19:51:17 GMT
  13. Organization: Columbia University
  14. Lines: 19
  15. Message-ID: <6vlpfl$ek6$1@apakabar.cc.columbia.edu>
  16. References: <6vg8hl$2cc$1@nnrp1.dejanews.com> <6vga4e$emf$1@apakabar.cc.columbia.edu> <6vlodg$ai2$1@nnrp1.dejanews.com>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:9316
  19.  
  20. In article <6vlodg$ai2$1@nnrp1.dejanews.com>,
  21.  <bdlpxxx@bellatlantic.com> wrote:
  22. : Thanks Frank, I was familiar with that FAQ.  Apparently my [rs][xz] pieces do
  23. : use stdio.  I have been able to send/recieve xmodem and zmodem between two
  24. : unix machines both using kermit.  At the end of chapt 14 was my answer
  25. : though.  I cannot use the external protocols with a kermit server.  I have
  26. : been able to run ./kermit -y Z -r  where Z is a script for setting up Zmodem.
  27. :  In fact I then figured i could go to the source ./rz and skip the kermit
  28. : server.  I had been hoping to have a kermit server sit and answer the phone. 
  29. : But it does not seem I will be able to go in that direction.
  30. Unless you use Kermit protocol, which seems a realistic possibility since
  31. you do, indeed, have C-Kermit on each end of the connection.
  32.  
  33. You can't use non-Kermit protocols with a Kermit server because a Kermit
  34. server, by definition, uses Kermit protocol.
  35.  
  36. - Frank